object preparingInstallWnd: TpreparingInstallWnd Left = 420 Top = 400 Anchors = [akLeft, akTop, akRight, akBottom] BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 92 ClientWidth = 264 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 264 Height = 92 Align = alClient Alignment = taCenter Caption = 'Preparing installation...' Color = clBtnFace ParentColor = False Layout = tlCenter end end